home *** CD-ROM | disk | FTP | other *** search
/ Scene Storm / Scene Storm - Volume 1.iso / coding / c / pdc / lib / src / newlist.asm < prev    next >
Encoding:
Assembly Source File  |  1990-04-06  |  142 b   |  11 lines

  1.     INCLUDE "exec/types.i"
  2.     INCLUDE    "exec/lists.i"
  3.  
  4.     SECTION    NewList,CODE
  5. _NewList:
  6.     move.l    4(sp),a0
  7.         NEWLIST a0
  8.     rts
  9.     XDEF    _NewList
  10.     END
  11.